SlaveDiagnostics.LinkConnStatus property
Reports the actual link status on each port of a slave.
Bit | Description |
---|---|
0 | Port 0 is open and connected to an EtherCAT slave (if = 0, port 0 is closed due to redundancy ring interruption or because it is connected to the primary master adapter). |
1 |
Port 1 is open and connected to an EtherCAT slave (if = 0, port 1 is closed or connected to the secondary master adapter for redundancy purposes). |
2 | Port 2 is open and connected to an EtherCAT slave (if = 0, port 2 is closed or connected to the secondary master adapter for redundancy purposes). |
3 | Port 3 is open and connected to an EtherCAT slave (if = 0, port 3 is closed or connected to the secondary master adapter for redundancy purposes). |
4 | Port 0 detects a physical link. |
5 | Port 1 detects a physical link. |
6 | Port 2 detects a physical link. |
7 |
Port 3 detects a physical link. |
NOTE: The processing order is port 0→3→1→2.
Namespace: IntervalZero.KINGSTAR.Base.Api
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public byte LinkConnStatus { get; }
Public ReadOnly Property LinkConnStatus As Byte
Property value
Type: byte
See also